home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / compuserve-file-archive / 02 Help & Utilities / ARCSDA.THD < prev    next >
Text File  |  2019-04-13  |  7KB  |  232 lines

  1. #: 19823 S1/Help/Data Lib Tools
  2.     30-Jun-89  16:35:25
  3. Sb: #ARC & SDA Files
  4. Fm: Steve Sileo/Sysop 76703,4244
  5. To: [F] Bob Greenfield 73077,3602
  6.  
  7. Bob,
  8.  
  9. SDA stands for 'self-dissolving archive,' a fancy phrase perhaps, but nothing
  10. difficult.
  11.  
  12. An archive is a file which is in reality one or more files squeezed together or
  13. compressed, and then stored as one unit.  This makes it easier to transfer
  14. files.  One needn't worry that one has downloaded all the necessary files to
  15. make a program work if all the necessary files are stored together.
  16.  
  17. Archives (ARC files) are usually unpacked or uncompressed using the ARC utility
  18. (ARC230.BIN in CBMART's LIB1), but they can be made to un-arc all by
  19. themselves: self-dissolving or SDA.  To use an SDA, simply download it as a
  20. program file, load it, and run it.  It will then unpack all the files it
  21. contains and write them to disk.
  22.  
  23. That's basically all there is.
  24.  
  25. -steve
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32. #: 19847 S1/Help/Data Lib Tools
  33.     01-Jul-89  22:13:30
  34. Sb: #19823-#ARC & SDA Files
  35. Fm: Ted Bernhardi 70407,1346
  36. To: Steve Sileo/Sysop 76703,4244 (X)
  37.  
  38. Steve,
  39.  
  40. I think it's important to add that an SDA file does NOT need to have an
  41. extention of '.SDA', while a file that is ARC'd MUST have an extension of
  42. '.ARC' in it's name in order to be dissolved with the ARC.230 Utility.
  43.  
  44. A lot of the difficulity arrises due to the fact that both types are named with
  45. a '.BIN' extension in the DL's.
  46.  
  47. I would like to see a trend toward all files being SDA type files.
  48.  
  49. Ted
  50.  
  51.  
  52. #: 19853 S1/Help/Data Lib Tools
  53.     01-Jul-89  23:38:10
  54. Sb: #19847-#ARC & SDA Files
  55. Fm: Ed Flinn/Sysop 76703,4032
  56. To: Ted Bernhardi 70407,1346 (X)
  57.  
  58. Ted,
  59.    That's interesting.  Personally, I'm prejudiced against SDA files in favor
  60. of regular ARC.  SDA files are always larger than a corresponding ARC would be,
  61. since each SDA, by definition, contains the deARCing program.  SDA files are
  62. machine specific, either 64 or 128.  This is probably mainly of interest to
  63. GEOS 128 users, since they can use most GEOS 64 files, but need to GO64 to
  64. dissolve a 64 mode SDA.  128 owners who have bought CS-DOS, the commercial 128
  65. version of ARC, can dissolve ARC files in 128 mode.  Also, I've yet to find a
  66. program that'll let me build SDA files on a 1581.  ARC itself trashes the
  67. directory of a 1581 when the ARC/A command is used, and the ARC <-> SDA
  68. programs I've seen don't know *what* to do with the lil wonder.  All this is
  69. just my personal feelings, and shouldn't be taken as any kind of statement of
  70. the policy of this forum <grin>
  71.  
  72.  
  73. #: 19858 S1/Help/Data Lib Tools
  74.     02-Jul-89  00:50:49
  75. Sb: #19853-#ARC & SDA Files
  76. Fm: Ted Bernhardi 70407,1346
  77. To: Ed Flinn/Sysop 76703,4032 (X)
  78.  
  79. One of the good features of SDA's is their ability to disolve repeatedly,
  80. and onto a different disk than the Archive.
  81.  
  82. ARC'd prgms must disolve to the same disk that contains the Archive.
  83. To store the Archive disk means an additional step of transferring the
  84. dissolved files to a separate disk, and scratching them off the original.
  85.  
  86. There is much more flexibility with the ARC utility, but for combining a
  87. game with some docs it usually
  88. isn't necessary.
  89.  
  90. I like your disclaimer statement!
  91.  
  92. Ted
  93.  
  94.  
  95. #: 19860 S1/Help/Data Lib Tools
  96.     02-Jul-89  01:44:36
  97. Sb: #19858-#ARC & SDA Files
  98. Fm: Ed Flinn/Sysop 76703,4032
  99. To: Ted Bernhardi 70407,1346
  100.  
  101. Ted,
  102.    Nope, ARC doesn't have to dissolve to the same disk as the input.  For
  103. instance, assume input is MYFILE.ARC on drive 8, output to be on drive 9.  The
  104. command sequence would be:
  105.  
  106.  c:                 (to make 9 current)
  107.  arc/x a:myfile     (to dissolve the input from 8)
  108.  
  109.  
  110.    I have had some problems if one drive is a 1571 with a double-sided disk in
  111. it, but am convinced I could figure out how to deal with that, if I had the
  112. ambition  <grin>
  113.  
  114.  
  115. #: 19861 S1/Help/Data Lib Tools
  116.     02-Jul-89  01:45:50
  117. Sb: #19860-ARC & SDA Files
  118. Fm: Ed Flinn/Sysop 76703,4032
  119. To: Ed Flinn/Sysop 76703,4032 (X)
  120.  
  121.    Oh yeah.  The simple command
  122.  
  123.   arc/x a:myfile c:*.*
  124.  
  125.   or something like it should work regardless of the "current" drive, *but
  126. doesn't*.  <shrug>
  127.  
  128. #: 19862 S1/Help/Data Lib Tools
  129.     02-Jul-89  01:47:08
  130. Sb: #19860-ARC & SDA Files
  131. Fm: Ed Flinn/Sysop 76703,4032
  132. To: Ed Flinn/Sysop 76703,4032 (X)
  133.  
  134.    All of which is, of course, beside the point for users who only *have* one
  135. drive.  They certainly benefit from SDA's.
  136.  
  137. #: 19848 S1/Help/Data Lib Tools
  138.     01-Jul-89  22:20:04
  139. Sb: #19823-#ARC & SDA Files
  140. Fm: Ted Bernhardi 70407,1346
  141. To: Steve Sileo/Sysop 76703,4244 (X)
  142.  
  143. Steve,
  144.  
  145. One more question- Do you know if it matters whether an ARC or SDA file with a
  146. .BIN extension and downloaded with Vidtex needs to be processed using the
  147. 'XSTRIP' utility before being dissolved?
  148.  
  149. Ted
  150.  
  151.  
  152. #: 19851 S1/Help/Data Lib Tools
  153.     01-Jul-89  23:18:50
  154. Sb: #19848-#ARC & SDA Files
  155. Fm: Steve Sileo/Sysop 76703,4244
  156. To: Ted Bernhardi 70407,1346 (X)
  157.  
  158. Ted,
  159.  
  160. I don't remember ever having to strip off the xmodem padding from an ARC or SDA
  161. file.  Then again, I think I can count on one hand the number of files which
  162. just wouldn't work until I did strip 'em.  Maybe I've just been lucky.  Then
  163. again, maybe I just haven't downloaded enough files!!!
  164.  
  165. -steve
  166.  
  167.  
  168. #: 19857 S1/Help/Data Lib Tools
  169.     02-Jul-89  00:38:09
  170. Sb: #19851-ARC & SDA Files
  171. Fm: Ted Bernhardi 70407,1346
  172. To: Steve Sileo/Sysop 76703,4244
  173.  
  174. I haven't had any problems disolving either SDA or ARC files
  175. without doing any stripping first either.
  176.  
  177. In theory all files D/L with Vidtex that are .BIN types ought to be 
  178. run through the stripper prg first.
  179.  
  180. However, as you said, I never do it unless it says it needs stripping in
  181. the file description (as does XTRIP.BIN).
  182.  
  183. Most of the time the padding doesn't seem to affect the program
  184. at all.
  185.  
  186. I just thought I'd check.
  187.  
  188. Ted
  189.  
  190. #: 19854 S1/Help/Data Lib Tools
  191.     01-Jul-89  23:40:30
  192. Sb: #19848-#ARC & SDA Files
  193. Fm: Ed Flinn/Sysop 76703,4032
  194. To: Ted Bernhardi 70407,1346 (X)
  195.  
  196. Ted,
  197.    As I remember, ARC is specifically built to be able to ignore Xmodem
  198. padding.  SDA's would depend on the particular SDA program being used, but I've
  199. yet to see one fail because of padding.  It is possible, I suppose, that a
  200. really large SDA could be pushed over the allowable size threshold by padding,
  201. but I haven't seen it happen.
  202.  
  203.  
  204. #: 19859 S1/Help/Data Lib Tools
  205.     02-Jul-89  00:52:17
  206. Sb: #19854-ARC & SDA Files
  207. Fm: Ted Bernhardi 70407,1346
  208. To: Ed Flinn/Sysop 76703,4032 (X)
  209.  
  210. Nope, me neither.
  211.  
  212.  
  213. #: 19869 S1/Help/Data Lib Tools
  214.     02-Jul-89  11:16:48
  215. Sb: #19861-ARC & SDA Files
  216. Fm: Marte Brengle 76703,4242
  217. To: Ed Flinn/Sysop 76703,4032 (X)
  218.  
  219. Yeah, I noticed that too!  The drive whirred and it acted like it was
  220. dissolving, but the files never turned up anywhere, on any disk.  Got me
  221. totally confused.
  222.  
  223. I have also noticed that on occasion, when trying to un-ARC files on a GEOS
  224. disk, I will get a "dir error" message.  I gather that the program is
  225. encountering the GEOS information and getting confused.  Sometimes the stuff
  226. will un-ARC successfully and sometimes it won't.  I've gone back to un-ARC-ing
  227. on a regular disk and then moving the files over to the GEOS disk.  Takes a
  228. little extra time but saves a lot of aggravation.
  229.  
  230.                                                           --M--
  231.  
  232.